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