public JobController(ICustomerSqlDAO customerDAO, IJobSqlDAO jobDAO)
 {
     this.customerDAO = customerDAO;
     this.jobDAO      = jobDAO;
 }