public static Section CreateSection(this SectionViewModel model) { var section = new Section(); model.CopyToSection(section); return(section); }