public IActionResult All()
 {
     return(Ok(_categoryDao.All()));
 }