public TagsController(SourceryContext context)
 {
     _context = context;
 }
 public CategoriesController(SourceryContext context)
 {
     _context = context;
 }
 public LinksController(SourceryContext context)
 {
     _context = context;
 }