public IndexModel(EmployeeRecords.Data.EmployeeRecordsContext context)
 {
     _context = context;
 }
 public DeleteModel(EmployeeRecords.Data.EmployeeRecordsContext context)
 {
     _context = context;
 }
 public EditModel(EmployeeRecords.Data.EmployeeRecordsContext context)
 {
     _context = context;
 }