public async Task <bool> AddFingerprint(FingerprintModel user)
 {
     return(await _dataEvent.AddFinger(user));
 }