public string GetManagement() { var result = _facade.GetManagementEmployees(); return(ConvertList(result)); }