/// <summary> /// get all Bank /// </summary> /// <returns></returns> public IEnumerable <BE.BankAccount> GetAllBank() { return(IDAL.GetAllBank()); }