public static void RemoveRedEyeFilter(Photo photo)
 {
     Console.WriteLine("removed redeye");
 }
 public void ApplyContrast(Photo photo)
 {
     Console.WriteLine("apply contrast");
 }
 public void Resize(Photo photo)
 {
     Console.WriteLine("resize photo");
 }
 public void ApplyBrightness(Photo photo)
 {
     Console.WriteLine("Apply brightness");
 }