public DataTable ListJobsByType(string type)
 {
     return(readDataHandler.ListJobsByType(type));
 }