public ReasonController()
 {
     Services = new ReasonService();
 }
 //
 // GET: /Doctor/
 public DoctorController()
 {
     Service           = new DoctorService();
     ReasonRepository  = new ReasonService();
     PaymentRepository = new PaymentService();
 }