public Ngay_PhongInfo Ngay_Phong_GetItemByPhongID(int PhongID)
 {
     Ngay_PhongDAL doit = new Ngay_PhongDAL();
     return doit.Ngay_Phong_GetItemByPhongID(PhongID);
 }
 public void Ngay_Phong_Add(string ListPhongID, decimal GiaNgay, decimal GiaTuan, decimal GiaThang)
 {
     Ngay_PhongDAL doit = new Ngay_PhongDAL();
     doit.Ngay_Phong_Add(ListPhongID, GiaNgay, GiaTuan, GiaThang);
 }