public static float Max(float a, float b) { manager.Remove(command); if (a > b) { return(a); } else { return(b); } }