public async Task <IEnumerable <PhoneModel> > GetAllAsync()
 {
     return(await _phoneRepository.GetAllAsync());
 }