public void CCRemoveChat(int chatid)
 {
     BU.Chat MyBU = new BU.Chat();
     MyBU.RemoveChat(chatid);
 }