public int Delete(string id) { return(dal.Delete(id)); }
public static bool Delete(string maNV) { return(dalNhanVien.Delete(maNV)); }