public double CostoDadoMaterial(string material)
 {
     return(iservicio.CostoDadoMaterial(material));
 }