public bool UploadSelfie(CustomerVisitInfo cvi)
 {
     return(db.UploadSelfie(cvi));
 }