public void Post(Category category)
 {
     cadb.Create(category);
 }