/// <summary>
 /// Calls for specific user identifier. UC12
 /// </summary>
 public void CallForSpecificUserId()
 {
     productManagement.SelectRecordsForUserId(table);
 }