public string BorrarAppRelBD(int App_Id) { DLSoftware odlSoftware = new DLSoftware(); return(odlSoftware.BorrarAppRelBD(App_Id)); }