public void ChatRoomSelected(object button)
 {
     netServices.ChatRoomSelected(((Button)button).Content.ToString());
 }