public decimal CalculatePrices(int type, int days)
 {
     return(_calculate.CalcPrices(type, days));
 }