public FeeDepositController()
 {
     _feePaymentService     = new FeePaymentService();
     _paymentGateWayService = new PaymentGateWayService();
     _admissionService      = new AdmissionService();
     _studentService        = new StudentService();
 }
 public PaymentGateWayController()
 {
     _service = new PaymentGateWayService();
 }