public CategoriaController(ControleContext context)
 {
     _context     = context;
     categoriaDAL = new CategoriaServicos(context);
 }