public void RenameSession(string SessionId, string Description) { Functions F = new Functions(); F.RenameSession(SessionId,Description); }