public clsProducto Insertar(clsProducto oProducto)
 {
     return(MPro.Insertar(oProducto));
 }