public void ApplyContrast(Photo photo)
 {
     Console.WriteLine("Done contrast.");
 }
 public void Resize(Photo photo)
 {
     Console.WriteLine("Done size.");
 }
 public void ApplyBrightness(Photo photo)
 {
     Console.WriteLine("Done bright.");
 }