public InläggController(InläggsContext context)
 {
     _context = context;
 }
 public KategorisController(InläggsContext context)
 {
     _context = context;
 }