public static int AddProjectAtLocation(ProjectLocationInfo ProjLoc) { int retValue = -1; return(ProjManagementAdmin.AddProjectAtLocation(ProjLoc, out retValue)); }