public GalleryPictureController()
 {
     _categoryDa = new CategoryDA("#");
     _da         = new Gallery_PictureDA("#");
 }