public bool IsExists(int id)
 {
     return(messageDao.IsExists(id));
 }