public IEnumerable <Account> Index()
 {
     return(_collection.GetAll());
 }