public static int GetBrandedQty(string Equipment) { var qty = EquipmentModels.getBrandedQty(Equipment); return(qty); }