public DriveStatisticService(IDriveStatisticRepository iDriveStatisticRepository)
 {
     this._iDriveStatisticRepository = iDriveStatisticRepository;
 }
 public DriveStatisticService(IDriveStatisticRepository iDriveStatisticRepository)
 {
     this._iDriveStatisticRepository = iDriveStatisticRepository;
 }