public bool TryAddParty(string name, string username)
 {
     return(context.TryAddParty(name, username));
 }