public bool Xoa(TrangThaiPhongInfo phong)
 {
     return(data.Xoa(phong));
 }