public MenuItemRepository(TestBlackSip_AlejandroMartinezContext context)
 {
     this._context = context;
     this._dbSet   = _context.Set <MenuItem>();
 }
 public RegistroRepository(TestBlackSip_AlejandroMartinezContext context)
 {
     this._context = context;
 }