public static Assignment GetAssignmentById(int AssignmentId) { LoadProviders(); return(_provider.GetAssignmentById(AssignmentId)); }