/// <summary>
 /// Used for send the retake JCR
 /// </summary>
 /// <returns>int</returns>
 /// <createdby>Bobi</createdby>
 /// <createdDate>3 Nov 2014</createdDate>
 public static int JCRRetake()
 {
     try
     {
         DecisionPointRepository objdecisionPointRepository = new DecisionPointRepository();
         return(objdecisionPointRepository.SetRetakeJCR());
     }
     catch
     {
         throw;
     }
 }