I have three tables: One for new employees:
namespace App.Data.Models { public class Employee { [Key] public int Id { get; set; }