public ImagesController(IImagesDB imagesDB) { dB = imagesDB; }
public DataController(IImagesDB imagesDB) { dB = imagesDB; }