public libraryNaturguiden.PictureCategory Get(int id)
 {
     return(pictureHandler.GetCategory(id));
 }