public bool KiemTraMaPhong(Phong phong) { try { return(phongDAO.KiemTraMaPhong(phong)); } catch (Exception ex) { throw ex; } }