public static bool StaffMemberExists(ulong id)
 {
     return(0 < StaffMemberCollection.CountDocuments(x => x.Id == id));
 }