public static string GenerarCod(string cod_categoria) { DCategoria Obj = new DCategoria { Dcod_categoria = cod_categoria }; return(Obj.GenerarCod(Obj)); }