public List <TipoPrestamo> GetTipoPrestamo()
 {
     return(mapper.GetTiposPrestamos());
 }