public ITEMSVM GetItemDataUsingItemCode(string ItemCode, int sellTypeID) { return(itemsService.GetItemDataUsingItemCode(ItemCode, sellTypeID)); }