public TELEFONE GetItemById(Int32 id)
        {
            TELEFONE item = _baseService.GetItemById(id);

            return(item);
        }