public bool Xoa(PhanQuyen phanQuyen)
 {
     return(phanQuyenDAO.DeleteAll(phanQuyen));
 }