public void Update(string SyncTime, string Description) { Functions F = new Functions(); F.EditNote(mvarID,SyncTime,Description); }