public ICalculation First()
 {
     Current = 0;
     return(History.GetCalculation(Current));
 }