public libraryNaturguiden.Picture Get(int id)
 {
     return(pictureHandler.GetPicture(id));
 }