public bool Add(LOAISP ls) { return(dao.Insert(ls)); }
public bool Add(NHACC ncc) { return(dao.Insert(ncc)); }