/// <summary>
 /// Deprecated Method for adding a new object to the HinhAnhs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHinhAnhs(HinhAnh hinhAnh)
 {
     base.AddObject("HinhAnhs", hinhAnh);
 }
 /// <summary>
 /// Create a new HinhAnh object.
 /// </summary>
 /// <param name="maHinhAnh">Initial value of the MaHinhAnh property.</param>
 public static HinhAnh CreateHinhAnh(global::System.Int32 maHinhAnh)
 {
     HinhAnh hinhAnh = new HinhAnh();
     hinhAnh.MaHinhAnh = maHinhAnh;
     return hinhAnh;
 }