public TherapistController()
 {
     service = new ServiceGatewayFactory();
 }
 public TreatmentTypesController()
 {
     service = new ServiceGatewayFactory();
 }
 public BookingController()
 {
     factory = new ServiceGatewayFactory();
 }