[Required, Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int AccountNumber { get; set; }
This code generates the primary key with values from 1 and so on and increments by 1. Is there anyway that I can provide start value for it?