public BookInfo GetBookInfoById(string id) { return(BookInfo.FirstOrDefault(x => x.CcCliente.Equals(id))); }