public BlogRepository(XmlContext context) : base(context) { }
public Repository(XmlContext context) { _context = context; }