public bool ThuocInsert(ThuocEntites obj) { var dal = new ThuocDAL(); if (dal.ThuocInsert(obj)) { return(true); } return(false); }