/// <summary>
 /// To the model.
 /// </summary>
 /// <param name="entity">The entity.</param>
 /// <returns>ChatLieuModel.</returns>
 public static ChatLieuModel ToModel(this ChatLieu entity)
 {
     return(entity.MapTo <ChatLieu, ChatLieuModel>());
 }