public int ConvertCmToInch(double pLength)
 {
     return(ConvertionHelper.ConvertCmToInch(pLength));
 }