public IEnumerable <Account> GetAll() { return(accountDAL.GetAll()); }
public List <Account> GetList() { return(_accountDAL.GetAll().ToList()); }