public static bool DeleteBankDetails(int BankId, int OwnerId) { return(OwnerService.DeleteBankDetail(BankId, OwnerId)); }