public virtual decimal CalculatePrice()
 {
     return(calcService.CalculatePrice());
 }