public IEnumerable <Quote> GetQuotes()
 {
     return(_context.GetAll());
 }