public bool DeleteDanhMuc(string madm)
 {
     return(objDM.DeleteDanhMuc(madm));
 }