public float calculate(float a, float b)
 {
     return(mode.calculate(a, b));
 }