public MatProxy(Mat image)
 {
     ImageData = image.ToBytes(".png");
 }