public IEnumerable <Accounts> Get()
 {
     return(dataAccess.GetAccounts());
 }