public IActionResult DatabaseConfiguration()
 {
     return(Json(ConfigurationService.DatabaseConfiguration()));
 }