public void Apply(Image image)
 {
     _blackAndWhite.Init();
     _blackAndWhite.Render(image);
 }