public bool InsertCustomerData(BankApplication.DataManagementService.CustDetail customerDetail)
 {
     return(base.Channel.InsertCustomerData(customerDetail));
 }
 public bool AddCustomerDetail(BankApplication.DataManagementService.CustDetail customerDetail)
 {
     return(base.Channel.AddCustomerDetail(customerDetail));
 }