public EditModel(SuperEmployeeManager9000Context context)
 {
     _context = context;
 }
 public DeleteModel(SuperEmployeeManager9000Context context)
 {
     _context = context;
 }
 public EditSalaryPeriodModel(SuperEmployeeManager9000Context context)
 {
     _context = context;
 }