public void Post(Category category) { var post = new FITlosophiOperations(); post.AddNewCategory(category); }