/// <summary>
 /// used for Set the contracts in alert section
 /// </summary>
 /// <returns>int</returns>
 /// <createdBy>Bobi</createdBy>
 /// <createdDate>Jan 3 2015</createdDate>
 public static int SetContractInAlerts()
 {
     try
     {
         DecisionPointRepository objdecisionPointRepository = new DecisionPointRepository();
         return(objdecisionPointRepository.SetContractInAlerts());
     }
     catch (Exception)
     {
         throw;
     }
 }