//BE_ReqSolCorrelativo Request)
 public string Get_NewIdColegiado()
 {
     DA_Solicitud Obj = new DA_Solicitud();
     return Obj.Get_NewIdColegiado();
 }