public DriveStatistic InsertDriveStatistic(DriveStatistic entity)
 {
     return(_iDriveStatisticRepository.InsertDriveStatistic(entity));
 }