and this is my model
public class Pation { [Key] public int Id { get; set; } public string PationName { get; set; } public int Age { get; set; } public Sex Sex { get; set; } public Viset viset { get; set; } public Free IsFree { get; set; } public string NameProd { get; set; } public string esalNum { get; set; } public string Pationphone { get; set; } public string cons { get; set; } public DateTime DateWared { get; set; } = DateTime.UtcNow.AddHours(3);}