private void btn_invia_Click(object sender, RoutedEventArgs e)
 {
     mServer.InviaTutti(txt_messaggio.Text);
 }