public CreateModel(MyIMContext context) { _context = context; }
public DetailsModel(MyIMContext context) { _context = context; }
public IndexModel(MyIMContext context) { _context = context; }
public DeleteModel(MyIMContext context) { _context = context; }
public EditModel(MyIMContext context) { _context = context; }