public static int DeleteMessage(int msgID) { MessageMgr sm = new MessageMgr(); if (sm.DeleteAnnunciate(msgID)) { return(1); } else { return(0); } }