public MountWardrobeHandler(WardrobeControllerBase dataSource, int index)
 {
     _dataSource = dataSource;
     _index      = index;
 }