public async Task <ActionResult> GetAllDepartment() { return(Ok(await _DepartmentServices.GetAllDepartmentAsync())); }