public bool Xoa(string _MaNhanVien) { return(dal_nv.Xoa(_MaNhanVien)); }
public bool Xoa(string ma) { return(dal_nv.Xoa(ma)); }