public DataTable GetPointFillInfo(string PF_ID, char s) { CommonAccess com = new CommonAccess(); return(com.GetPointFillInfo(PF_ID, s)); }