public void UpdatePCategorie(int service, string[] categories)
 {
     db.PR_DeletePCategory(service);
     AddCategories(service, categories);
 }