public void LoadConstantsFromDb()
 {
     foreach (string str in queries.Projects())
     {
         cbxProjectNumber.Items.Add(str);
     }
 }