public CategoriaRepo(ChromeZoneContext context) : base(context)
 {
 }
 protected RepoBase(ChromeZoneContext context)
 {
     _db = context;
 }