// Put implementations of OnBusinessObjectNameBOPropertyNameChanging() // and OnBusinessObjectNameBOPropertyNameChanged() here #endregion #region Extension Methods // Put methods to manipulate Business Objects here. Add, Update etc public static ReturnIntViewBO CloneLabelPriceMarkup(int?existingDistributor, string Label) { using (IndicoEntities objContext = new IndicoEntities()) { return(ReturnIntViewBO.ToList(objContext.CloneLabelPriceMarkup(existingDistributor, Label))[0]); } }