public IEnumerable <Phone> GetAllbyClient(int clientId)
 {
     return(_phoneService.GetAllbyClient(clientId));
 }