private void ProductTypeDropDown(object selctedProductType = null)
 {
     ViewData["ProductTypeID"] = new List <SelectListItem>(service.GetSelectListProductTypeHardware());
 }