public PictureService(DataBaseContext ctx)
 {
     _ctx = ctx;
 }
 public PersonService(DataBaseContext ctx)
 {
     _ctx = ctx;
 }