private void AddPhotoEvent(string imgPath, Photo photo)
 {
     view.IVievForm.AddNewPhotoToList(model.AddPhoto(imgPath, photo));
 }