public bool ComprobarDNI(int dni)
 {
     return(MapperUsu.ComprobarDNI(dni));
 }