public PhysioBodyPartsController(PhysiotherapyServices physiotherapyServices, IPhotoManager photoManager)
 {
     _physiotherapyServices = physiotherapyServices;
     _photoManager = photoManager;
 }
 public PhysioExerciseController(PhysiotherapyServices physiotherapyServices, IPhotoManager photoManager)
 {
     _physiotherapyServices = physiotherapyServices;
        _photoManager = photoManager;
 }