public void RemoveQuote(Guid id)
 {
     _quoteRepo.Remove(id);
 }