public void Attach(List <int> attachments, int albumId)
 {
     _repository.Attach(attachments, albumId);
 }