public ActionResult AddCategorie(Categorie categorie)
 {
     Repo.AddCategorie(categorie);
     return(Ok());
 }