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