public IEnumerable <PriceModel> Get()
 {
     return(service.GetAllPrice());
 }