public DataTable GetAllJobDetails()
 {
     return(jobData.GetAllJob());
 }