public async Task <IActionResult> GetOsGroupsForSelectList()
 {
     return(Ok(hardwareService.GetOSGroupForSelectList()));
 }