private void AddFemaleClothes_Click(object sender, RoutedEventArgs e)
 {
     ProjectController.Instance().AddFiles(Sex.Female);
 }