public async Task <IActionResult> GetAllFactory() { var data = await _systemManagementService.GetAllFactory(); return(Ok(data)); }