public List <Product> GetPriceData()
 {
     return(_serviceAgent.GetPrice());
 }