public int CalculatePoints(int type)
 {
     return(_calculate.CalcPoints(type));
 }