public bool DeleteMessages([FromUri] int SMID)
 {
     return(mdal.DeleteMessages(SMID));
 }