public void Add(Image image, int directoryId)
 {
     imageDao.InsertImage(image, directoryId);
 }