public void Add(Valuta v) { X += (v.Change()) / this.Curs(); }
public double BackChange(double y, Valuta v) { return(y / v.Curs()); }