public EmployerLogosCommand(IImagesCommand imagesCommand, IFilesCommand filesCommand)
 {
     _imagesCommand = imagesCommand;
     _filesCommand  = filesCommand;
 }
 public MemberPhotosCommand(IImagesCommand imagesCommand, IFilesCommand filesCommand)
 {
     _imagesCommand = imagesCommand;
     _filesCommand  = filesCommand;
 }