public void EndServerSession()
 {
     icontroller.CloseChannel();
     iappServer.CloseConnection();
     videoServer.Disconnect();
 }