public string Exist3(string pid) { var bdata = _departmentDal.Exist3(pid); return(bdata ? "1" : "0"); }