public List <object> GetAllRates(Guid id)
 {
     return(_ratesRepository.GetAllRates(id));
 }