public Tblproduto FindProduto(int id)
 {
     return(CrudMySql.GetProduto(id));
 }