public void UpdateEquation(Equation e)
 {
     activeEquation = e;
     StartFunction();
 }