public int FeeDeposit(FeeDeposit FeeDepositDetails) { DALFee dal = new DALFee(ConStr); return(dal.FeeDeposit(FeeDepositDetails)); }