public bool DeleteDriveStatistic(System.Int32 DriveStatisticId)
 {
     return(_iDriveStatisticRepository.DeleteDriveStatistic(DriveStatisticId));
 }