public static int GetPercentage(int number, int total)
 {
     return(ConvertingTools.Percent(number, total));
 }