public DataTable SaveNewWorkers(workassign wrk)
 {
     return(wrk.SaveNewWorker());
 }