public int Divide(int a, int b)
 {
     result = Division.Quotient(a, b);
     return(result);
 }