private void RejectCall(object sender, EventArgs e)
 {
     dealer.RejectVideoCall();
 }