I have a situation where I need to add a property that maps to the column of database table .
public virtual string ChocoBarPrice { get; set; }
public virtual string ChocoBar2Price { get; set; }