public List <BankAccount> GetByBank(int id) { var bankAcc = _studentGetway.GetByBank(id); return(bankAcc); }