public async Task <ActionResult> GetADepartment(string code) { return(Ok(await _DepartmentServices.GetADepartmentAsync(code))); }