ViewModel, DTO, Entity Framework all shared the same item
public int Id { get; set; } public int Status{ get; set; } public string Title { get; set; }