I want to save an image from a picturebox in the form to the database and read it again from the database to the picturebox. I try to use [PictureBox.Image.Save(<MemoryStream>, PictureBox.Image.RawFormat)] but I got an error. How to do it?