public async Task <Squad> GetDetailByIdAsync(int id)
 {
     return(await _squadRepository.GetDetailAsync(id));
 }