public static ReturnIntViewBO DeleteLabelPriceMarkup(int?Label) { using (IndicoEntities objContext = new IndicoEntities()) { return(ReturnIntViewBO.ToList(objContext.DeleteLabelPriceMarkup(Label))[0]); } }