public List <SelectListItem> GetSelectListProductTypeSoftware()
 {
     return(repositoryProductType.GetSelectListProductTypeSoftware());
 }