public FeeDeposit GetFeeDepositByReceiptNo(FeeDeposit FeeDepositDetails)
        {
            DALFee dal = new DALFee(ConStr);

            return(dal.GetFeeDepositByReceiptNo(FeeDepositDetails));
        }