public DetailRequestRepository()
 {
     this.otContext = new OTRequestContext();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ProjectRepository"/> class.
 /// </summary>
 public ProjectRepository()
 {
     this.otContext = new OTRequestContext();
 }