public T GetById(Guid id)
 {
     return(_dataBaseAccess.GetById(id));
 }