public static string Cancel(int id) { DInput Obj = new DInput(); Obj.IdInput = id; return(Obj.Cancel(Obj)); }