public void CreateJobCategorie(JobCategorie jobCategorie)
 {
     db.JobCategories.Add(jobCategorie);
 }