public static Institution ToModel(this InstitutionViewModel viewModel) { var model = new Institution(); model.InjectFrom(viewModel); return(model); }