function test_create()
 {
     $value = Category::create($this->m_form_data);
     $this->m_id = Category::last()->id;
     $this->m_category_count = Category::count_by_category($this->m_form_data['category_id']);
     $this->_assert_true($value);
 }