private string[] SeperateValues(string equation)
 {
     string[] newequation = _mathoperator.SeperateValues(equation);
     return(newequation);
 }